mono-dmcs software package provides Mono C# 4.0 compiler for CLI 4.0 (transitional package), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install mono-dmcs
mono-dmcs is installed in your system.
Make ensure the mono-dmcs package were installed using the commands given below,
$ sudo dpkg-query -l | grep mono-dmcs *
You will get with mono-dmcs package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Mono/CLI |
| Package | mono-dmcs |
| Version | 3.2.8+dfsg-4ubuntu1.1 |
| Description | Mono C# 4.0 compiler for CLI 4.0 (transitional package) |
| Sub Section | Cli-mono |